@charset "utf-8";

main nav *:where(ol, ul) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
}
